home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / Scientific / MatrixHelper1.1 / Comments about MatrixHelper 1.1 next >
Encoding:
Text File  |  1994-06-16  |  960 b   |  9 lines  |  [ttro/ttxt]

  1. Performing Various Matrix Operations
  2. Matrix Helper is an application to help with basic matrix operations like inverting, row-reducing, solving a system of linear equations and more...
  3. The application utilizes several features including:
  4. - dynamic memory allocation, allowing the user to enter a large matrix depending on the amount of RAM allocated to the application.
  5. - Improved solver for a system of equations using Gauss-Jordan method with full pivoting to handle ill-conditioned matrices.
  6. - Ability to read/write large matrices that the application would not be able to display in the application's window.
  7. - Display matrix in main and console windows, so the user can copy the numbers as text right out of the visible part of the console window.
  8. Version 1.1 fixes a small bug that caused the determinant to be zero if some of the diagonal numbers were very small.
  9. Other additions include three options to view numbers, e.g. 3.20e-2 or 0.032 or 0.032000.